home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Estrategia / scooby.swf / scripts / DefineButton2_1184 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2006-06-13  |  90 b   |  7 lines

  1. on(release){
  2.    if(ActBtn_mc._currentframe != 23)
  3.    {
  4.       gotoAndPlay(5);
  5.    }
  6. }
  7.